home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Esportes / BowlingMaster.swf / scripts / DefineButton2_40 / BUTTONCONDACTION on(release).as
Text File  |  2006-06-13  |  179b  |  13 lines

  1. on(release){
  2.    if(_root.sunet == 0)
  3.    {
  4.       _root.sunet = 1;
  5.       _root.son.start(0,100);
  6.    }
  7.    else
  8.    {
  9.       _root.sunet = 0;
  10.       _root.son.stop();
  11.    }
  12. }
  13.